LightSwitch HTML Edition
ToArray Method






Creates an array from this collection.
Syntax
'Declaration
 
Public Function ToArray() As T()
'Usage
 
Dim instance As ValueSet(Of T)
Dim value() As T
 
value = instance.ToArray()
public T[] ToArray()
public function ToArray(): array of T; 
public function ToArray() : T[];
public: T*[]* ToArray(); 
public:
array<T^>^ ToArray(); 

Return Value

An array that contains the objects in this collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValueSet<T> Class
ValueSet<T> Members

Send Feedback